'Declaration
Public Function GetRange( _ ByVal index As Integer, _ ByVal count As Integer _ ) As List(Of T)
'Usage
Dim instance As SmartList(Of T) Dim index As Integer Dim count As Integer Dim value As List(Of T) value = instance.GetRange(index, count)
Parameters
- index
- The index.
- count
- The count.